projects
/
emacs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
cdb0823
)
* lisp/emacs-lisp/package.el (package-activate-all): Silence load msg
author
Stefan Monnier
<monnier@iro.umontreal.ca>
Mon, 14 Jan 2019 20:10:14 +0000
(15:10 -0500)
committer
Stefan Monnier
<monnier@iro.umontreal.ca>
Mon, 14 Jan 2019 20:10:14 +0000
(15:10 -0500)
lisp/emacs-lisp/package.el
patch
|
blob
|
history
diff --git
a/lisp/emacs-lisp/package.el
b/lisp/emacs-lisp/package.el
index cf39fa2896cf759ec048d2392adabcd9fc7aefb7..1c64f5e4a8df817c3587bafc8022e3377d2a527a 100644
(file)
--- a/
lisp/emacs-lisp/package.el
+++ b/
lisp/emacs-lisp/package.el
@@
-1491,10
+1491,8
@@
The variable `package-load-list' controls which packages to load."
;; 2 (this assumes we were careful to save this file so it doesn't need
;; any decoding).
(let ((load-source-file-function nil))
- (load package-quickstart-file))
- (unless package--initialized
- (package-initialize t))
- (dolist (elt package-alist)
+ (load package-quickstart-file nil 'nomessage))
+ (dolist (elt (package--alist))
(condition-case err
(package-activate (car elt))
;; Don't let failure of activation of a package arbitrarily stop